home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / awk.lang < prev    next >
Text File  |  2004-09-06  |  1KB  |  36 lines

  1. # (G)AWK script language definition file
  2. #
  3. #  Author: Andreas Schoenberg
  4. #    Mail: asg@ftpproxy.org
  5. #    Date: 26.11.2002
  6. # Version: 1.1
  7. # ChangeLog: added escchar <andre.simon1@gmx.de>
  8.              changed format
  9. # ------------------------------------------
  10. # This file is a part of highlight, a free source code converter released under the GPL.
  11. #
  12. # The file is used to describe keywords and special symbols of programming languages.
  13. # See README in the highlight directory for details.
  14. #
  15. # New definition files for future releases of highlight are always appreciated ;)
  16.  
  17.  
  18. $KW_LIST(kwa)=begin break close continue delete do else end exit for 
  19. getline gsub if index length match next print printf return split sprintf sub
  20. substr system tolower toupper while
  21.  
  22. $KW_LIST(kwb)=argc argind argv convfmt environ errno fieldwidths filename fnr
  23. fs ignorecase nf nr ofmt ofs ors rlength rs rstart rt subset
  24.  
  25. $KW_LIST(kwc)=function
  26.  
  27. $STRINGDELIMITERS=" '
  28.  
  29. $SL_COMMENT=#
  30.  
  31. $IGNORECASE=true
  32.  
  33. $ESCCHAR=\ %
  34.  
  35. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / *   + -
  36.